home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 8973 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.sys.amiga.misc
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: Walker = 1970's 8-Track Player
  5. Message-ID: <DoKtxy.A2B@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <4imtue$7ok@serpens.rhein.de>
  8. Date: Wed, 20 Mar 1996 17:29:58 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > >design for the new AT1200 had broken the Amiga's own rules (as stated 
  12. > in >the hardware reference manual) for low-level disk access (which 
  13. > like it >or not ARE documented as part of the Amiga architecture).
  14. > This is incorrect.
  15.  
  16. I'm afraid it's very true.
  17.  
  18. Here is a quote from Mick Tinker, who designed the patch to fix the 
  19. problem for Amiga Technologies UK....
  20. > The original C= floppy drive had a RDY (ready) signal which basically 
  21. > says that the floppy motor is up to speed.  This is rather handy as the 
  22. > floppy will allow reading and writing even if the motor is below speed. 
  23. >  Obviously this is only relevant on initial access after the motor has 
  24. > been started.
  25. > All the modern (ie. those that plug into PC's) floppy drives have the 
  26. > RDY signal missing.  The specification says 0.5s is the maximum spin up 
  27. > time.  The Amiga OS is fairly reasonable about this and has a delay of 
  28. > around 0.42s which is near enough to the specification and it will 
  29. > re-read if a read fails (although its a bit sad if it writes too 
  30. > quickly).  Most games followed the C= guide line of loop until RDY is 
  31. > asserted, this means that they will read immediately the motor is 
  32. > turned on.  The data they get back when checking the protection or 
  33. > loading a program is corrupt and at least 50% of games will not bother 
  34. > to re-read.
  35.  
  36. Jolyon
  37.